home *** CD-ROM | disk | FTP | other *** search
- pom = new String("ABCDEFGHIJKLMNOPQR");
- index = 0;
- while(index < 18)
- {
- if(_root.s.UCode.length < 9)
- {
- tellTarget(pom.charAt(index))
- {
- gotoAndStop(1);
- }
- }
- else
- {
- tellTarget(pom.charAt(index))
- {
- gotoAndStop(2);
- }
- }
- index++;
- }
- index = 0;
- while(index < _root.s.Ucode.length)
- {
- tellTarget(_root.s.UCode.charAt(index))
- {
- gotoAndStop(3);
- }
- index++;
- }
- p1.what = _root.s.Ucode.charAt(0);
- p2.what = _root.s.Ucode.charAt(1);
- p3.what = _root.s.Ucode.charAt(2);
- p4.what = _root.s.Ucode.charAt(3);
- p5.what = _root.s.Ucode.charAt(4);
- p6.what = _root.s.Ucode.charAt(5);
- p7.what = _root.s.Ucode.charAt(6);
- p8.what = _root.s.Ucode.charAt(7);
- p9.what = _root.s.Ucode.charAt(8);
-